Part Number Hot Search : 
M100S S2004VS2 FM130 XC3S200 IECJ1080 141CS16 COMPO 30001
Product Description
Full Text Search
 

To Download AN929 Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  ? 2004 microchip technology inc. ds00929a-page 1 AN929 introduction this application note shows how to select a tempera- ture sensor and conditioning circuit to maximize the measurement accuracy and simplify the interface to the microcontroller. practical circuits and interface techniques will be provided for embedded applications with thermocouples, resistive temperature detectors (rtds), thermistors and silicon integrated circuit temperature sensors. the attributes of each tempera- ture sensor and the advantages of analog, frequency, ramp rate, duty cycle, serial and logic output solutions will be discussed. an analog output thermocouple circuit will be compared with a frequency output rtd oscillator circuit, along with design examples using serial and analog output silicon integrated circuit (ic) sensors. in addition, a programmable gain amplifier (pga) circuit will be shown that can increase the effectiveness of the analog-to-digital converter (adc) bit resolution of a non-linear thermistor sensor. definitions the following terms are used in this application note: ? accuracy is the difference between the true and measured temperature  common mode rejection ratio (cmrr) is defined as the ability of the amplifier to reject a signal which is common to both inputs  input offset voltage (v os ) is the voltage that must be applied to an amplifier to produce a zero volt output  local sensors are located on the same pcb as the microcontroller  precision is the ability to measure a small temperature gradient and determines the interchangeability of the sensor  remote sensors are located at a distance from the microcontroller?s pcb  repeatability is the sensor?s ability to reproduce previously measured values  stability is defined as the long-term drift of the sensor over a period of time sensor-to-microcontroller interface options the sensor interface option is selected by evaluating the complexity of the sensor circuitry, in addition to the required hardware and software trade-offs of the micro- controller. the available sensor interface options that are proportional to temperature include: analog  frequency  ramp rate  duty cycle  serial output  logic output analog output thermocouples, rtds and thermistors can be inter- faced to an amplifier circuit to provide a voltage which is proportional to temperature. analog output silicon sensors are available that integrate the sensor and the signal conditioning circuit. figure 1 shows a block diagram of a typical analog interface circuit. figure 1: block diagram of an analog output sensor. author: jim lepkowski microchip technology inc. temperature sensor emi / esd filter * amplifier anti- adc aliasing filter picmicro? mcu * required only for remote sensors temperature measurement circuits for embedded applications
AN929 ds00929a-page 2 ? 2004 microchip technology inc. frequency output oscillators provide a frequency output proportional to temperature that can be interfaced to a microcontroller, as shown in figure 2. while a resistor-capacitor (rc) operational amplifier (op amp) oscillator can accurately measure the resistance of an rtd, this circuit is typically not used with a thermistor because of the large logarithmic change in the sensor?s resistance over temperature. the main advantage of a frequency output is that an adc is not required. a frequency output is also useful in applications where the sensor conditioning circuitry is combined with a remote sensor. a logic-level output signal is less sensitive to noise than an analog output signal that transmits information to the microcontroller. figure 2: block diagram of a frequency output sensor. the accuracy of the frequency measurement is directly related to the quality of the microcontroller?s clock signal. precision high-frequency microcontroller clock oscillators are readily available. however, they are relatively expensive. the two options available to measure frequency are the fixed time or fixed cycle methods. the microcontroller resources required for determining frequency varies depending upon the processor bandwidth, available peripherals and desired measurement accuracy. fixed time method the fixed time method, shown in figure 3, consists of counting the number of pulses within a specific time window, such as 100 ms. the frequency is then calcu- lated by multiplying the count by the integer required to correlate the number of pulses in one second. this measurement approach inherently minimizes the effect of error sources (such as jitter) by averaging many oscillator pulses in the time window. the fixed time method utilizes a firmware delay or hardware delay routine. the firmware can poll for input edges, though this consumes processor bandwidth. a more common implementation uses a hardware timer/counter to count the input cycles during a firmware delay. if a second timer is available, the delay can be generated using this timer, thus requiring minimal processor bandwidth. figure 3: frequency output - fixed time method. fixed cycle method in the fixed cycle method, shown in figure 4, the number of cycles measured is fixed and the measurement time is variable. this approach measures the elapsed time for a fixed number of cycles. the number of cycles is chosen by the designer based on the desired accuracy, input frequency, measurement rate and the microcontroller clock frequency (f osc ). f osc determines the minimum time an edge can be resolved. the measurement error will then be proportional to the total amount of time versus f osc . increasing the number of cycles measured will increase the measurement time and reduce the error. increasing f osc will also decrease the minimum time to resolve an edge, thereby reducing the error. figure 4: frequency output - fixed cycle method. the fixed cycle method can utilize firmware to both measure time and poll the input edges. this, however, is processor-intensive and has accuracy limitations. for example, a more common implementation is to uti- lize the capture/compare/pwm (ccp) module of a picmicro ? microcontroller configured in the capture mode. this approach uses the 16-bit timer tmr1 peripheral and has excellent accuracy and range. rc op amp oscillator picmicro ? microcontroller rtd clock algorithm: count the number of clock pulses in a time window. oscillator signal time window example: measure the number of oscillation pulses in a 100 msec. window and multiply by 10 to determine the frequency. algorithm: determine the time between a fixed number of oscillation oscillator signal time example: measure time between four rising edges of the oscillation signal. pulses.
? 2004 microchip technology inc. ds00929a-page 3 AN929 ramp rate method the resistor-capacitor (rc) ramp rate method shown in figure 5 provides a simple solution for resistive sensors, such as thermistors. this method provides a low-cost solution with an accuracy of approximately 1%. when voltage is applied to a rc combination, the capacitor?s voltage will increase exponentially and the ramping time can be measured with a comparator. the accuracy of the rc timing method can be improved by comparing the ramp rates of a sensor resistor (r sensor ) and a known resistance (r ref ) to reduce the effects of temperature and component tolerance. the rc timing method can be implemented using the circuitry inside a microcontroller. the timing measure- ment begins by configuring the gp1 pin as a logic ? 1 ? output and gp2 as an input. this connects r sensor to a logic-high voltage (v oh ? v dd ), while r ref is discon- nected from the circuit via the high impedance of an input pin. the i/o pin an0 is configured as an input and connects the capacitor to a comparator inside the microcontroller. the time required for the capacitor voltage to ramp-up to the reference voltage of the comparator (v th ? v ref ) can be determined through either a hardware or software timer. once the measure- ment is completed, the gp1 pin is toggled to a logic ? 0 ? output to discharge the capacitor. the configuration procedure of gp1 and gp2 is then reversed in order to measure r ref . figure 5: ramp rate method. duty cycle output silicon ic sensors that provide an output proportional to the duty cycle of a digital signal are available, as shown in figure 6. these sensors typically have a constant ?on? time (t 1 ) and a variable ?off? time (t 2 ). however, it is often necessary to calculate the t 1 -to-t 2 ratio in order to achieve the specified sensor accuracy. it is possible to have a duty cycle output with a thermo- couple, rtd or thermistor. however, the circuit is relatively complex when compared to other signal conditioning options. figure 6: duty cycle output. v ref comparator input output input output c r ref r sensor an0 gp1 gp2 pic16c5x t = 0 t = t 1 t = t 2 voltage (v) time (t) v th r ref r sensor v c t () v dd 1e t ? rc ------- - ? ?? ?? ?? = trc in1 v th v dd ----------- ? ?? ?? ? = r sensor t 2 t 1 ---- - ?? ?? r ref = t 1 t 2 te m p . t 1 / t 2
AN929 ds00929a-page 4 ? 2004 microchip technology inc. serial output serial output sensors measure temperature and communicate with the processor via a standard serial data protocol, such as the spi?, i 2 c? or smbus protocols. silicon ic sensors are available that integrate the temperature sensor, adc and tempera- ture detection logic on a single chip. thermocouple and rtd asics are available that have an amplifier, adc and linearization logic integrated into a single ic. serial output sensors offer the advantage of reducing the system component count, as well as using digital logic to provide a linear output. figure 7 provides an example of the timing diagram of the spi serial output of the tc77 silicon ic sensor where the temperature data is represented by a 13-bit two?s complement digital word. the spi serial interface consists of the chip select (cs), serial clock (sck) and bidirectional serial data (si/o) signals. communi- cation with the tc77 is initiated when the cs goes to a logic ? 0 ? and the si/o then transmits the first bit of data. the least significant bit (lsb) is equal to 0.0625 c. the sck input is provided by the microcontroller and data is transferred on the rising edge of sck. once 13 bits of data have been transmitted, the si/o line is then tri-stated. figure 7: tc77 spi serial output silicon ic sensor. logic output sensors logic output sensors are sometimes referred to as temperature switches because they typically function as a thermostat to notify the system that a maximum or minimum temperature limit has been detected. figure 8 shows an example of a thermistor and silicon logic output sensor. the features of logic output sensors include:  logic level output  output indicates that the temperature is above (or below) a preset value  available in both push-pull and open-drain configurations  output signal can be either active-low or high  either factory or user-programmable temperature settings logic level output sensors are similar to analog output sensors, except that the output amplifier of the sensor is a comparator. the comparator circuit sets the switch point of the sensor through either internal or external resistors. the output is typically not latched and, thus, the switch will turn-off when the temperature falls below the temperature set point. note that it is necessary to have hysteresis so the switch does not ?chatter? when crossing the temperature setpoint. cs clk si/o hi-z hi-z 18 13 sign 2 7 2 6 2 5 2 4 2 3 2 2 2 1 2 0 2 -1 2 -2 2 -3 2 -4
? 2004 microchip technology inc. ds00929a-page 5 AN929 figure 8: logic output sensors. most logic output sensors are available in either a hot or cold option, as shown in figure 9. the hot and cold options are used to allow the flexibility of using the switch in either hot (temperature increasing) or cold (temperature decreasing) sensing applications. the hot and cold options ensure that the hysteresis is in the appropriate position, either below or above the temperature set point. for example, assume that the temperature switch is being used to turn on a cooling fan. the setpoint is 75c and the hysteresis is 10c. a sensor with the hot option will switch to the active logic level at 75c. the sensor will remain in the on condition and the fan will run until the temperature drops to 65c, or 10c below the temperature setpoint. in contrast, assume that a cold option switch is used in an application that requires a heater to turn on to pre- vent freezing. assume that the temperature set point is 0c and the hysteresis is 10c. the cold option sensor will switch to the active logic level at 0c and turn on the heater. the sensor will remain in the on condition until the temperature increases to 10c, or 10c above the temperature set point. figure 9: logic output sensors - hot and cold options. v dd v dd v out v in v ref r 1 r 2 r 3 r 4 v ref = v dd x (r 4 / (r 2 + r 4 )) v tl ? [(r 1 + r 3 )v ref - (r 1 x v dd )) / r 3 ] assume: v oh = v dd , v ol = 0 and r 3 >> r 1 v hys = v th - v tl v th ? [((r 1 + r 3 )v ref ) / r 3 ] ? [(r 1 / r 3 ) x v dd ] v dd r s r t t set v dd out out gnd fan set point temp. hysteresis temp. output voltage mcp6541 tc622 r set non-inverting comparator v in v out v oh v ol v tl v th r trip = 0.5997 x t 2.132 r trip = programming resistor value ( ? ) t = set point temperature (c) thermistor logic output sensor silicon logic output sensor thermistor fan off on off nc temperature voltage out t hys t set ?hot? ?cold? hot option t set > t hys ?on? if temperature > t set ?off? if temperature < t hys temperature voltage out t hys t set ?hot? ?cold? cold option t set < t hys ?on? if temperature < t set ?off? if temperature > t hys
AN929 ds00929a-page 6 ? 2004 microchip technology inc. system integration issues local versus remote sensing the location of the sensor relative to the conditioning circuit, as shown in figure 10, plays a key role in selecting the appropriate interface and noise reduction circuit. local sensors are located relatively close to their signal conditioning circuits. therefore, the noise environment usually is not as severe as remote sensors. in contrast, remote sensors are connected to the amplifier via long wires that often introduce noise into the electronics. a non-inverting amplifier circuit is a good choice for a local sensor, while a remote sensor requires a differential measurement in order to cancel noise. all sensors should be considered as remote sen- sors in high-noise environments or precision applications to take advantage of the high cmrr and noise reduction of a differential amplifier. figure 10: local versus remote sensing. noise reduction techniques accurate temperature measurements require careful attention to noise reduction techniques. the high cmrr of the differential amplifier reduces noise. however, grounding, shielded cables and electromag- netic interference/electro-static discharge (emi/esd) filters are also required to prevent noise from degrading the accuracy of the measurement. grounding figure 11 shows four basic methods of grounding a sensor. a grounded source has its negative terminal connected to ground at the sensor, often by virtue of the mechanical mounting of the sensor. in contrast, a floating source connects the sensor?s negative terminal to ground at the amplifier. the preferred grounding configuration for a remote sensor is shown in circuits b and d. these circuits provide for a two-wire differential measurement that can be implemented with either a differential or instrumentation amplifier. a differential measurement requires that the common mode voltage level of the signal source does not exceed the amplifier?s maximum input voltage specification. as shown in circuit d, adding bias resistors to reference the input signal to a known voltage can solve this problem and the resistors will not affect the measurement, if they are relatively large. the grounding methods of circuits a and c provide a single-ended input measurement that should only be used with a local sensor. the separate sensor and amplifier grounds of circuit a can produce an offset voltage due to the difference in the voltage potentials of the two grounds. in local sensor applications, the magnitude of ? v gnd is small and either an inverting or non-inverting op amp can be used. the configuration of circuit c should be used with caution in low signal output sensors such as thermocouples. noise can be induced into the measurement via the thermocouple wires and the magnitude of the sensor voltage will be affected by ground bounce or switching noise at the amplifier?s ground. sensor pcb local remote sensing amplifier pcb amplifier sensor sensing
? 2004 microchip technology inc. ds00929a-page 7 AN929 figure 11: accurate measurements require careful grounding. shielded cables a shielded cable is an effective tool to prevent radiated interference from introducing a noise voltage on the signal wires. shielded twisted-pair cables reduce the loop area of the victim signal and minimize the voltage induced on the sensor signal lines. the noise signals on each wire in the cable will be essentially equal, which is the assumption needed for the high cmrr feature of a differential amplifier to cancel the interference. for most applications, it is recommended that the shield be connected to ground only at one point. in applications using a metal enclosure, the shield?s connection to chassis ground can occur through the mechanical connection of the cable connector to the box. figure 12 provides an example of a remote rtd measurement using a shielded cable. figure 12: use shielded cables and emi filters for remote measurements. + - v meas = v s + ? v gnd v s ? v gnd a. grounded source - ground loop + - v meas = v s v s c. floating source/common ground + - v meas = v s v s b. grounded source - preferred connection + - v meas = v s v s d. floating source - preferred connection - use only with local sensors v ref rtd connector pcb shielded cable emi filter emi filter
AN929 ds00929a-page 8 ? 2004 microchip technology inc. emi/esd protection emi and esd filters function as both a noise filter and a protective device to the circuit on the pcb. an ic input pin should never be connected directly to a remote sensor because emi or esd overvoltage failures will likely occur. ferrite beads, capacitive feed- through filters, rc filters and transient-voltage-sup- pressor (tvs) zener diodes are popular devices that can be used to provide protection for the sensor circuit. ferrite beads, capacitive feed-through filters and rc filters function as filters and only limit the slew rate of a transient-input voltage. a voltage-clamping device (such as a tvs zener diode) is required to limit the input voltage to a safe value that will not damage the ic amplifier. though a tvs device is similar to a standard zener diode, they are designed to turn on fast and dissipate a short duration, high-peak energy voltage transient. in contrast, a zener diode is designed to clamp a steady-state voltage for a long duration. in many applications, a combination of different emi/ esd filter devices are often used. one option is to use a capacitive feed-through filter that is located inside the connector, in addition to tvs and rc filters which are placed on the pcb board, as shown in figure 13. feed-through capacitors are typically mounted on a conductive chassis, with the mechanical mounting forming the ground connection. the noise signal is filtered at the connector before the signal reaches the pcb. the effectiveness of the filter is usually very good because the inductance associated with the ground connection is minimized. the tvs diodes on the pcb ensure that the transient voltage is limited to a safe value, while the rc filters provide additional filtering to the instrumentation amplifier. figure 13: remote sensors may require multiple emi filter devices. figure 14 provides the design equations for a rc filter which can be used with differential and instrumentation amplifiers. the rc combinations of r 1 /c 1 and r 2 /c 2 are used to form common mode filters and reduce the noise which is common to both input lines. the com- mon-mode resistors and capacitors should be matched as close as possible and the resistors should have a tolerance of 1% or better, while the capacitors should be at least 5%. capacitor c 3 forms a differential mode filter that attenuates the signal with respect to the differ- ence in the voltage potentials of the two inputs. c 3 also compensates for any mismatch of r 1 /c 1 and r 2 /c 2 , which is important because the difference in the r/c combinations degrades an amplifier?s cmrr. figure 14: providing emi/esd overvoltage protection with resistors and capacitors. fault detection capability it is often necessary to identify a failed sensor, especially in remote-sensing applications. differential amplifiers can be used to implement a built-in-test (bit) circuit that can determine an open or short failure at the sensor. figure 15 shows circuits that can be used to detect a failed rtd and thermocouple. a logic inverter gate can be used to monitor the voltage divider network of a rtd. another approach to provide bit to a sensor is to add pull-up or pull-down resistors, or both, as shown in figure 15. the typical failure mode of rtds and thermocouples is an open-circuit failure. wire wound rtds are con- structed from a relatively small gauge wire and are prone to vibration failures. thermocouple wires can also fail due to vibration because the wires get brittle over time when exposed to high temperatures. also, the voltage at the amplifier inputs resulting from noise can be equal in magnitude to a functional thermocouple. instrumentation amplifier ferrite bead equivalent circuit feed-through capacitor tvs diode sensor connector pcb c 2 c 1 c 3 r 2 r 1 r 1 = r 2 c 1 = c 2 c 3 >> c 1 and c 2 common mode filters f -3db = 1/(2 r 1 c 1 ) f -3db = 1/(2 r 2 c 2 ) differential mode filter instrumentation amplifier f 3db ? 1 2 r 1 r 2 + () c 1 c 2 c 1 c 2 + ------------------- ?? ?? c 3 + -------------------------------------------------------------------------- =
? 2004 microchip technology inc. ds00929a-page 9 AN929 figure 15: remote sensor fault detection circuits. amplifier selection criteria two key op amp specifications in a sensor amplifier are v os and cmrr. v os is important in sensor applica- tions when the input signal is of the same magnitude as v os , while the cmrr ratio is critical in reducing the noise signal induced on the long wires of a remote sensor. other op amp specifications, such as the ac frequency characteristics are less important because the frequency content of a temperature sensor is typically less than 100 hz. the op amps used in oscillators are relatively immune to dc specifications such as v os . the important parameters for oscillators are the amplifier?s frequency response and the gain bandwidth product (gbwp). the op amp?s gbwp should be at least a factor of 100 times the maximum oscillation frequency. sensor selection criteria table 1 provides a summary of the attributes of thermocouples, rtds, thermistors and silicon ic sensors. table 1: attributes of thermocouples, rtds, thermistors and silicon ic sensors r 2 r 1 r 2 >> r 1 instrumentation amplifier v ref rtd hc14 sensor bit -v +v thermocouple +v thermocouple dual power supply amplifier single power supply amplifie r attribute thermocouple (type k) rtd thermistor silicon ic range -184c to 1260 c -200c to 850 c -55c to 150 c -55c to 125 c temperature (t) accuracy greater of 2.2 c or 0.75 % class b = [ 0.012 + ( 0.0019 | t |) ? 6 x 10 -7 t 2 ] various, 0.5c to 5 c various, 0.5c to 4 c output signal 40 v / c 0.00385 ? /?/ c 4 % ? r / c for 0 c t 70 c analog, serial, logic, duty cycle linearity fair excellent poor good precision fair excellent poor fair durability good at lower temp., poor at high temp, open- circuit vibration failures good, wire wound prone to open-circuit vibration failures good, power derated with temperature excellent thermal response time fast (function of probe material) fast (function of probe material) moderate slow cost low wire wound ? high, thin-film ? moderate low moderate interface issues cold junction compensation, small ? v small ? r/c non-linear resistance sensor located on pcb
AN929 ds00929a-page 10 ? 2004 microchip technology inc. thermocouples thermocouples are the most common sensor used in high-temperature measurements. a thermoelectric electromagnetic-force (emf) or voltage results when two dissimilar metals are joined together that produce an output voltage that is proportional to temperature. figure 16 shows a block diagram of a typical thermo- couple system. the thermocouple probes are typically located remotely from the amplifier circuit and are connected to the amplifier via the thermocouple wires that enter the enclosure through a connector. the cold junction occurs at the point where the copper wires of the pcb meet the alumel and chromel connector pins. the cold junction will be formed at the inside wall of the enclosure if the connector uses alumel and chromel pins. the temperature of the cold junction or ?isother- mal block? is estimated by a sensor that is located as close as possible to the connector on the pcb. figure 16: thermocouple basics ? typical measurement system. rtds rtds are the standard sensor chosen for precision sensing applications because of their excellent repeat- ability and stability characteristics. rtds are based on the principle that the resistance of a metal changes with temperature. a rtd can be characterized against temperature to obtain a table of temperature correction coefficients. the correction can be added to the measured temperature to obtain an accuracy greater than 0.05 c. rtds are available in two basic designs: wire wound and thin film. wire wound rtds are built by winding the sensing wire around a core to form a coil, while thin film rtds are manufactured by depositing a very thin layer of platinum on a ceramic substrate. thermistors the main advantages of thermistors are that they are inexpensive and available in a wide variety of packages. thermistors are built with semiconductor materials and can have either a positive (ptc) or a negative (ntc) temperature coefficient. however, the ntc devices are typically used for temperature sensing. the main negative feature of thermistors is that the change in resistance with temperature is very non-linear at temperatures less than 0 c and greater than 70 c. silicon integrated circuits silicon ic sensors provide an accurate temperature measurement for a steady-state or relatively constant temperature. however, their thermal response time to a rapid change in temperature is poor. silicon sensors provide a non-contact temperature measurement. thus, the location of the sensor is important. these sensors measure temperature by monitoring the volt- age of a diode located on the ic die, as shown in figure 17. the substrate of the die is typically grounded and connected to the pcb?s ground plane via a bonding wire and the lead of the package. the ground pin of the ic provides a low-impedance thermal path between the die and the pcb, allowing the sensor to effectively monitor the temperature of the pcb board. the thermal path between the top of the pack- age to the ambient air and between the bottom of the package and the pcb is not as efficient because the plastic ic housing package functions as a thermal insu- lator. silicon sensors provide a measurement of the temperature of the pcb?s ground plane and the ambi- ent air temperature has only a small effect on the mea- surement. thermocouple amplifier (t hot ) cjc circuit (t cold ) chromel wire alumel wire copper wire copper wire v s + - pcb enclosure ?isothermal block? measurement site (t meas ) type k t meas = t hot - t cold
? 2004 microchip technology inc. ds00929a-page 11 AN929 figure 17: cross-section of the tc77 silicon ic sensor. noise immunity can be provided to silicon sensors by using a decoupling capacitor and a good pcb layout. a 0.1 f to 1 f decoupling capacitor should be inserted between the power supply and ground pins. the pcb should be designed with the standard layout guidelines used for a low-noise circuit. the temperature sensor?s main thermal path to the pcb is through the ground connection. thus, the size of the ground pad at the sensor should be as large as possible. a good pcb layout keeps high-frequency clock and switching power supply pcb traces away from the sensor pins. design examples thermocouple circuits dual power supply circuit figure 18 shows a circuit that can be used for a remote thermocouple-sensing application. a tc913a auto- zeroed op amp was selected as the amplifier because of its low v os of 15 mv (max.) and high cmrr of 116 db (typ.). auto-zero, chopper and instrumentation amplifiers are good thermocouple amplifiers because of their good v os and cmrr specifications. the thermocouple inputs are tied to a positive and negative supply through 10 m ? resistors, so that the circuit can detect a failed open-circuit thermocouple. the gain of the amplifier was selected to be 249, which provides a temperature coefficient (tc) of 10 mv/ c. figure 18: schematic of dual supply voltage thermocouple amplifier. die attach pad die attach adhesive die sot-23-5a copper lead mold compound gold wire t c 7 7 +5v emi filter emi filter connector shielded cable type k tc1047a +5v adc in_1 in_2 -5v -5v +5v r 1 = r 2 = 10 m ? r 3 = r 4 = 1 k ? r 5 = r 6 = 249 k ? c 1 = c 2 = c 3 = 0.1 f r 1 r 2 r 3 r 4 r 6 r 5 c 1 c 2 c 3 tc913a cold junction compensation thermocouple v in1 v in2 v out v in2 v in1 ? () r 5 r 3 ------ - ?? ?? v ref + v ? in () 249k 1k ----------- - ?? ?? == temp. coef. 249 40 v c ? 10mv c ? ? =
AN929 ds00929a-page 12 ? 2004 microchip technology inc. the microcontroller computes the actual temperature by subtracting the cold junction temperature from the temperature determined from the thermocouple amplifier. the cold junction temperature is measured with a tc1047a silicon ic analog output sensor that is located on the pcb. the actual cold junction occurs where the thermocouple wires meet the copper wires, which is typically at a connector. placing the tc1047a adjacent to the connector can minimize the cold junction error (t cjc_location ) that results by placing the temperature sensor on the pcb. the voltage output of the tc1047a is listed below. the tc1047a provides an output voltage of 10 mv / c with an offset of 500 mv. the accuracy of the thermocouple amplifier and cold junction circuits were estimated to be 5.4 c by using the root-squared-sum (rss) equation. the common mode voltage noise signal entering the circuit from the thermocouple leads was assumed to be equal to 10v. it is important to use tight tolerance resistors for the differential amplifier in order to achieve a high cmrr. 0.1% resistors were chosen for r 3 , r 4 , r 5 and r 6 . the analysis shows that the majority of the measurement error is due to the error of the cold junction compensation. v out = [(temp. ( c)) x (10 mv/ c)] + 500 mv cmrr resistors 1 amplifier gain + 4 tolerance --------------------------------------------- 1249 + 4 0.001 ---------------------- 62500 95.9db === error cmrr resistors v cm noise ? cmrr resistors --------------------------------------- 10v 62500 -------------- - 160 v4 c ? === cmrr amplifier (tc913a) 116db typ. () = noise attenuation 1 630,957 ------------------ - = error cmrr amplifier (tc913a) v cm noise ? cmrr amplifier (tc913a) ----------------------------------------------------------------- - 10v 630,957 ------------------ - 15.8 v0.4 c ? === t cjc_sensor (tc1047a) error 3 c (max.) = v os error v os (tc913a) temp. coef. (type k) ------------------------------------------------- - 15 v 40 v c ? ------------------------ 0.4 c ? == total error worst case cmrr resistors cmrr amplifier (tc913a) v os t cjc_sensor t cjc_location ++++ = total error rss 4 () 2 0.4 () 2 0.4 () 2 3 () 2 2 () 2 ++++ 5.4 c == t cjc_location error 2 c (est.) = 40.40.432 + 9.8 c = +++ =
? 2004 microchip technology inc. ds00929a-page 13 AN929 single power supply circuit figure 19 provides a low-cost, single power supply thermocouple amplifier circuit using a quad op amp. the buffered input differential amplifier topology is similar to an instrumentation amplifier and offers the feature of equal and high input impedance at the ampli- fier inputs. an instrumentation amplifier with integrated gain resistors can also be used to implement this cir- cuit. the gain of the amplifier was selected to be 249, providing a temperature coefficient of 10 mv/ c. the thermocouple inputs are biased to v dd /2 through 10 m ? resistors, providing the ability to detect a failed open-circuit thermocouple. figure 19: schematic of single supply voltage thermocouple amplifier. rtd oscillator circuits oscillator circuits can be used to provide an accurate temperature measurement with an rtd sensor. the state variable oscillator provides an output frequency that is proportional to the square root of the product of two temperature-sensing resistors and is a good circuit for precision applications. the astable multi-vibrator or relaxation oscillator provides a square wave output with a single amplifier and is a good alternative for cost-sensitive applications. the components must be chosen carefully so that the change in the oscillation frequency results primarily from the rtd and not from variation due to the compo- nent tolerance, temperature coefficient and drift rate. metal film resistors, metal foil resistors and npo porcelain capacitors are recommended to minimize the component error. capacitors are relatively poor in performance when compared to resistors. typically, the capacitor limits the accuracy of the oscillator. further- more, precision capacitors are only available in relatively small values. the state variable oscillator requires two 100 nf capacitors, while the relaxation oscillator uses a 0.68 f capacitor to produce a nomi- nal oscillation of 1 khz. the state variable and relax- ation circuits have an uncalibrated measurement accuracy of approximately 1 c and 3 c, respectively. the difference is primarily due to the capacitor error. an application that requires an accuracy of better than 1 c may require a temperature calibration and burn- in procedure. a temperature compensation algorithm can easily be implemented using the e 2 non-volatile memory of a microcontroller to store temperature correction data in a look-up table. the temperature coefficients are obtained by calibrating the circuit over temperature and comparing the measured temperature against the actual temperature. a burn-in or tempera- ture-cycling procedure can significantly reduce the drift of the resistors and capacitors. burn-in procedures are useful because the majority of the change in magnitude of resistors and capacitors occurs within the 500 hours of a life test. emi filter emi filter connector shielded cable tc1047a adc in_1 in_2 +5v r 1 = r 2 = 1 m ? r 1 r 5 r 6 r 8 r 7 c 3 c 1 mcp619 cold junction compensation r 2 c 2 r 3 c 1 = c 2 = 1 nf r 7 = r 8 = 249 k ? r 5 = r 6 = 1 k ? r 3 = r 4 = 10 m ? c 3 = 0.1 f r 4 +5v +5v type k thermocouple v in1 v in2 u 1a u 1b v out v in2 v in1 ? () r 7 r 5 ------ - ?? ?? v ref + v ? in () 249k 1k ----------- - ?? ?? == temp. coef. 249 40 v c ? 10mv c ? ? = u 1c
AN929 ds00929a-page 14 ? 2004 microchip technology inc. state variable oscillator the state variable oscillator shown in figure 20 con- sists of integrators a 1 , a 2 and inverter circuit a 3 . each integrator provides a phase shift of 90 , while the inverter adds an additional 180 phase shift. the total phase shift of the three amplifiers is equal to 360 and an oscillation is produced when the output of the third amplifier is fed back to the first amplifier. the addition of capacitor c 4 helps ensure oscillation start-up. the dual element rtd represented by r 1 and r 2 is used to increase the difference in the oscillation frequency from the minimum to the maximum sensed temperature. figure 20: state variable rtd oscillator. the state variable circuit offers the advantage that a limit circuit is not required if rail-to-rail input/output (rrio) amplifiers are used and the gain of the inverter stage a 3 is equal to one (i.e., r 3 = r 4 ). in contrast, most oscillators require a limit or clamping circuit to prevent the amplifiers from saturating. amplifier a 4 is used to provide the mid-supply reference voltage (v dd /2) required for the single-supply voltage circuit. resistors r 5 and r 6 form a voltage divider, while capacitor c 5 is used to provide additional noise filtering. a comparator circuit a 5 is used to convert the sinewave output to a square wave digital signal. the comparator functions as a zero-crossing detector with a switching threshold that is equal to v dd /2. resistor r 8 is used to provide additional hysteresis (v hys ) to the comparator. relaxation oscillator the relaxation oscillator shown in figure 21 provides a simple circuit to interface a rtd to a microcontroller. this circuit requires only a comparator, capacitor and a few resistors to generate a frequency output that is proportional to the rtd resistance. the accuracy of this circuit is limited by the poor tolerance and large temperature coefficient available with the required, relatively large, capacitor c 1 . the relaxation oscillator functions as a comparator. resistors r 2 , r 3 and r 4 form a voltage divider that sets the hysteresis and voltage trip levels. resistor r 1 and capacitor c 1 form the rc time constant that determines the charge and discharge rate or oscillation frequency. if v out equals v dd , c 1 charges from the comparator?s low threshold (v tl ) to the high threshold (v th ), causing v out to toggle to v ss . if v out equals v ss , c 1 discharges from v th to v tl and v out switches to v dd . the voltage-switching process then repeats, which generates the oscillation. the accuracy of the relaxation oscillator can be improved by using a comparator rather than an op amp for the amplifier. a comparator offers several advan- tages over an op amp in a non-linear switching circuit, such as a square wave oscillator. an op amp is intended to operate as a linear amplifier, while the com- parator is designed to function as a fast switch. the switching specifications (such as propagation delay and rise/fall time) of a comparator are typically much better than an op amp?s specifications. also, the switching characteristics of an op amp typically consist of only a slew rate specification. the accuracy of the relaxation oscillator can be improved by using a higher c 1 v dd v dd /2 r 1 = rtd a c 2 v dd /2 r 2 = rtd b r 4 v dd /2 r 3 r 8 v dd /2 r 7 v dd /2 r 5 r 6 v out c 5 c 4 a 2 a 3 a 5 a 4 a 1 v dd r 1 = r 2 = rtd c 5 = 1 f c 4 = 20 pf c 1 = c2 = 100 nf r 8 = 1 m ? r 3 = r 4 = r 5 = r 6 = r 7 = 1 k ? f o 1 2 ------ r 4 r 1 r 2 c 1 c 2 -------------------------- = then f o 1 2 rc -------------- - = if r 1 = r 2 = r, c 1 = c 2 = c, and r 3 = r 4 design procedure: set r 1 = r 2 = r, c 1 = c 2 = c, r 3 = r 4 and r o is the rtd resistance at 0 c. 1. select a desired nominal oscillation frequency. 2. c = 1 / (2 r o f o ). where: r o = rtd resistance @ 0 c. 3. select an op amp with a gbwp 100 x f max where: f max = 1 / (2 r min c) and r min = rtd resistance at coldest sensing temperature. 4. select r 3 = r 4 equal to 1 to 10 times r o . 5. select c 4 using the following equations: f -3db = 1 / (2 r 4 c 4 ) c 4 1 / (2 r 4 f -3db ) where: f -3db ? op amp?s gbwp
? 2004 microchip technology inc. ds00929a-page 15 AN929 resistance rtd and a higher performance comparator. the trade-off, however, will be that the comparator?s current consumption will be much higher. figure 21: relaxation rtd oscillator. thermistor circuits voltage divider circuit thermistors offer the advantages of a high sensitivity ( ? r vs. temperature) and a linear change in resistance between approximately 0c and 70 c. figure 22 shows the conventional circuit used with thermistors. the circuit consists of a voltage divider and a voltage- follower op amp with a gain of one. the voltage divider network consists of reference voltage v ref and series resistor r s . a low-pass, noise-reduction filter is formed by r 2 and c 1 . the equation listed below can be used to select r s . figure 22: voltage divider circuit. a plot of the output of the divider circuit is shown in figure 23. while a microcontroller can use a software routine to improve the linearization, a high-bit adc is required to resolve the small change in the output volt- age at temperatures less than 0 c and greater than 70 c. figure 24 shows the change in voltage or slope of the output voltage. the adc must be able to resolve a voltage of approximately 50 mv at 35 c and a volt- age of less than 20 mv at temperatures less than -5 c and greater than 90 c. table 2 provides the resolution of an adc, assuming that the adc?s effective number of bits (enob) is equal to one bit less than the maxi- mum available resolution. if this aggressive enob assumption is made, an 8-bit adc is required to mea- sure temperatures between 10 c and 60 c, with an 11-bit adc being required to measure temperatures at the cold and hot end points. design procedure: set r 1 = rtd sensor, r 2 = r 3 = r 4 = r and r ? 10 x r o , where: r o = rtd resistance at 0 c. 1. select a desired nominal oscillation frequency. 2. c 1 = 1/(1.386 r o f o ) 3. select a comparator with an output short circuit current (i sc ), which is at least five times greater than the maximum output current, to ensure start-up at cold and a relatively good accuracy. i out_max = v dd /r 1_min i sc = i out_max * 5 where: r 1_min = rtd resistance at coldest sensing temperature and v dd is equal to the supply voltage. r 3 v out c 1 v dd r 1 = rtd r 4 r 2 v dd a 1 v ss v oh v ol v thl v tlh v out v in+ v in- v ol v oh t discharge t charge time voltage v in- and v in+ v in- v in+ if r 2 r 3 r 4 then f o 1 1.386 () r 1 c 1 () ------------------------------------ = == t charge where: r t1 = thermistor resistance at the low temperature. r t2 = thermistor resistance at the mid-point temperature. r t3 = thermistor resistance at the high temperature. r s r t1 r t2 r t2 + r t3 2r t1 r t3 ? r t1 r t3 2r t2 ? + ----------------------------------------------------------------------- = mcp60x v ref = 5v r s r t 10 k ? 100 k ? 1f 4.53 k ? v out v out r t r s r t + ------------------- - ?? ?? v ref =
AN929 ds00929a-page 16 ? 2004 microchip technology inc. figure 23: v out vs. temperature. figure 24: ? v out vs. temperature. table 2: adc resolution programmable gain amplifier (pga) circuit a pga circuit can be used to increase the gain of the amplifier at the temperatures where a small change in the output voltage is difficult to detect. increasing the output voltage as a function of temperature allows a lower bit adc to accurately resolve the relative small differences in the thermistor?s resistance at cold and hot temperatures. the circuit shown in figure 25 uses the mcp6s21, which uses a spi interface to select a gain of 1, 2, 4, 8, 16 or 32 v/v. figure 25: pga thermistor circuit. table 3: gain change points with hysteresis the output voltage of the pga circuit is shown in figure 26. the gain of the amplifier is adjusted as a function of temperature with the values shown in table 3. the advantage of the pga circuit is shown by comparing the v out slope plots of figure 24 and figure 27. the v out slope for the pga circuit has a minimum value of 30 mv for temperatures greater than 35 c, which means that only a 9-bit adc is required. in contrast, a voltage divider with a gain of one will require an 11-bit or higher adc to provide an equivalent temperature resolution. the resolution of a thermistor circuit is important in applications such as overtemperature shutdown circuits. adc (n-bits) 2 n ideal adc volts/bit (v fs = 5v) enob (n - 1) enob volts/bit (v fs = 5v) 8 bits 256 19.5 mv 7-bits 39.0 mv 9 bits 512 9.77 mv 8-bits 19.5 mv 10 bits 1024 4.88 mv 9-bits 9.77 mv 11 bits 2048 2.44 mv 10-bits 4.88 mv 12 bits 4096 1.22 mv 11-bits 2.44 mv gain change (v/v) temperature ( c) v out (v) 1 2 37.0 0.885 2 4 57.0 0.451 4 8 77.0 0.236 8 16 97.0 0.1288 16 32 118.5 0.0708 16 32 114.5 0.0789 8 16 93.0 0.1448 4 8 73.0 0.268 2 4 53.0 0.516 1 2 33.0 1.012 mcp6s21 v ref = 5v r s r t 10 k ? 100 k ? 1f 28 k ? v out gain adjustment input selection spi v dd v out r t r s r t + -------------------- - ?? ?? v ref () (amplifier gain) =
? 2004 microchip technology inc. ds00929a-page 17 AN929 an accurate thermistor is required for the pga circuit to provide an advantage with the variable gain. a bc components? #2322 640 5103 thermistor was chosen that has a resistance tolerance of 1% at 25 c and a ? r accuracy of 0.75%, which corresponds to a tempera- ture accuracy of approximately 0.2 c at 25 c and 1 c at 100 c. the accuracy of a standard thermistor is typically 2 c to 5 c and the magnitude of the sensor error is too large to achieve the improved resolution benefit of an adjustable gain circuit. figure 26: pga v out vs. temperature. figure 27: pga ? v out vs. temperature. silicon ic sensors serial output figure 28 shows a schematic of the tc77 serial-output sensor which integrates the temperature sensor, adc and digital registers on a single chip that is connected to the processor through the spi serial bus. the spi bus uses sck, si/o and cs pins to transmit and receive data. temperature is measured by monitoring the voltage of a diode with a 13-bit adc. the tempera- ture data is stored in the temperature register. if a temperature register read operation occurs while an adc conversion is in progress, the previous completed conversion will be outputted. the configuration register is used to select either the continuous temperature conversion or shut-down operating modes. the shutdown mode disables the temperature- conversion circuitry to minimize the power consump- tion. however, the serial i/o communication port remains active. the test registers are used for offset and gain calibration by the vendor and are not available to the user. figure 28: interfacing a tc77 silicon ic sensor to a microcontroller. tc77 diode temperature sensor v dd sck cs serial port interface si/o 13-bit delta-sigma adc register temperature register internal configuration manufacturer id register v ss calibration registers an0 sck sdi cs sck si/o tc77 0.1 f v dd v ss v dd picmicro ? mcu sdo (spi?)
AN929 ds00929a-page 18 ? 2004 microchip technology inc. serial i/o sensors can be used to monitor multiple temperatures on the same pcb and minimize the number of microcontroller interface pins. most silicon sensors available today are designed using the spi, the two-wire smbus or i 2 c protocols. also, a number of temperature sensors are available that use a single i/o pin to transmit information using a pulse-width coding scheme. figure 29: multi-zone temperature monitoring with the tcn75 thermal sensor. figure 29 provides a multi-zone temperature monitor that uses the tcn75 sensor to notify the host controller when the ambient temperature exceeds a user- programmed set point. communication with the tcn75 sensor is accomplished via a two-wire serial bus. the microcontroller can monitor the temperature of each sensor by reading the temperature data register or the sensor can function as a stand-alone thermostat. the temperature threshold trip point is programmed by writing to the set point register. the int pin is an open- drain output that can be connected to the microcontrol- ler?s interrupt pin to monitor up to eight sensors. three address pins are used to identify each sensor. analog output analog output silicon sensors have an output voltage in the form of the equation of a straight line. the slope of the output is equal to a constant temperature coefficient (mv/ c), while the y-intercept point typically is the sensor?s output voltage at 0 c. a simplified schematic of an analog sensor and adc system is shown in figure 30. address decoder serial bus interface offset correction control manufacture id temperature data temperature hysteresis set point comparator counter / accumulator clock generator control logic sd adc diode temperature sensor a 0 a 1 a 2 data clock tcn75 data registers calibration registers configuration registers v dd alert v dd data clock a 0 a 1 a 2 alert tcn75 data clock a 0 a 1 a 2 alert tcn75 data clock a 0 a 1 a 2 alert tcn75 data clock v dd v dd v dd gp2/int pic16lf872 picmicro ? system controller sensor #0 sensor #7 sensor #1 1k ? 100 k ? 1k ? mcu temperature setpoint gain correction
? 2004 microchip technology inc. ds00929a-page 19 AN929 figure 30: interfacing an analog output silicon sensor to an adc. the sensor?s output impedance can affect the adc. the temperature sensor?s output pin is typically driven by a buffer op amp, while the input of a typical adc consists of a sample and hold circuit with a switch that connects v out to c sample . r out , r switch and c sample form a time constant which must be less than the sampling rate (t sample ) of the adc, as illustrated by the equation in figure 30. an external capacitor c filter can be added to the output pin to provide additional filtering. however, this may impact the time response of the sensor. enough time must be provided to allow c filter to charge sufficiently between adc conversions. the magnitude of the c filter capacitor should be in the range of 1 nf to 100 nf to prevent the sensor amplifier from oscillating. a small resistor of approximately 10 ? to 100 ? can be added between the output pin of the sensor and c filter to isolate the sensor?s amplifier from the capacitive load. the output impedance of the sensor r out varies as a function of frequency. thus, a series resistor should be added to the effective r out resistance, if c filter is intended to serve as the adc?s anti-aliasing filter. v out r switch sample hold c sample + r out analog output silicon sensor adc?s input stage r out r switch + () c sample 0.1 t sample c filter
AN929 ds00929a-page 20 ? 2004 microchip technology inc. conclusion temperature sensors are used in embedded systems for both thermal monitoring and management applica- tions. a designer must evaluate the trade-offs of the sensor, conditioning circuitry and sensor output in order to maximize the measurement accuracy while easing the interface to the microcontroller. in addition, the designer must consider system integration issues such as the location of the sensor, grounding, emi/esd protection and shielding in order to provide a robust temperature measurement. a sample of practical circuits and interface techniques has been provided along with design equations. the following sensor guidelines can be used as a start- ing point to select a temperature sensor. if your appli- cation requires a high-temperature measurement, thermocouples are a good choice because of their wide temperature operating range. thermocouples are typi- cally used as remote sensors and, therefore, the circuit must provide noise immunity by using good grounding and shielding methods. if your application requires pre- cision, rtds set the standard with their superior repeatability and stability characteristics. for applica- tions such as the temperature measurement on a pcb, either thermistors or silicon ic sensors should be con- sidered. thermistors are available in more packages, are lower in cost and have a faster thermal response time than silicon sensors. however, thermistors require additional signal-conditioning circuitry, while silicon sensors provide both the sensor and circuitry on a single ic that can be interfaced directly to the microcontroller. the output of the sensor is selected by the available microcontroller hardware and software resources, in addition to the complexity of the sensor circuit. the sensor output can consist of an analog, frequency, ramp rate, duty cycle, serial or logic format that is proportional to temperature. temperature measure- ment is a popular topic and the designer should review the literature to evaluate the many sensor and circuit options available. references 1. an679, ?temperature sensing technologies?, ds00679, baker, bonnie, microchip technology inc., 1999. 2. ?high-accuracy cmos smart temperature sensors?, bakker, a. and huijsing, j., kluwer academic publishers, boston, 2000. 3. an913, ?interfacing the tc77 thermal sensor to a picmicro ? microcontroller?, ds00913, bible, s. and lepkowski, j., microchip technology inc., 2004. 4. an897, ?thermistor temperature sensing with the mcp6s2x pga?, ds00897, blake, k., microchip technology inc., 2004. 5. an512, ?implementing ohmmeter/temperature sensor?, ds00512, cox, d., microchip technology inc., 1997. 6. tb052, ?multi-zone temperature monitoring with the tcn75 thermal sensor?, ds91052, dietz, k., microchip technology inc., 2001. 7. an895, ?oscillator circuits for rtd temperature sensors?, ds00895, haile, e. and lepkowski, j., microchip technology inc., 2004. 8. ?section 7: temperature sensors, practical design techniques for sensor signal conditioning?, kester, w., bryant, w. and jung, w., analog devices, 1999. 9. an871, ?solving thermal measurement problems using the tc72 and tc77 digital silicon temperature sensors?, ds00871, lepkowski, j., microchip technology inc., 2003. 10. ?silicon sensors harness thermal management?, marsh, d., edn, december 11, 2003. 11. ?ntc thermistor basics and principles of operation?, mcgillicuddy, d. sensors, december, 1993. 12. ?the abcs of rtds?, mcgovern, b., sensors, november 2003. 13. ?noise reduction techniques in electronic systems?, ott, h, john wiley, n.y., 1998. 14. an571, ?using analog temperature sensors with adcs?, maxim semiconductor, 2001. acknowlegdement the author appreciates the assistance of kumen blake of microchip technology. the thermistor circuit design examples are based on his work.
? 2004 microchip technology inc. ds00929a-page 21 information contained in this publication regarding device applications and the like is intended through suggestion only and may be superseded by updates. it is your responsibility to ensure that your application m eets with your specifications. no representation or warranty is given and no liability is assumed by microchip technol ogy incorporated with respect to the accuracy or use of such information, or infringement of patents or other intellectual property rights arising from such use or otherwise. use of micr ochip?s products as critical components in life support syst ems is not authorized except with express written approval by microchip. no licenses are conveyed, implicitly or ot herwise, under any intellectual property rights. trademarks the microchip name and logo, the microchip logo, accuron, dspic, k ee l oq , mplab, pic, picmicro, picstart, pro mate, powersmart and rfpic are registered trademarks of microchip tec hnology incorporated in the u.s.a. and other countries. amplab, filterlab, micro id , mxdev, mxlab, picmaster, seeval, smartshunt and the embedded control solutions company are registered trademarks of microchip technology incorporated in the u.s.a. application maestro, dspicdem, dspicdem.net, dspicworks, ecan, economonitor, fansense, flexrom, fuzzylab, in-circuit serial programming, icsp, icepic, migratable memory, mpasm, mplib, mplink, mpsim, pickit, picdem, picdem.net, pictail, powercal, powerinfo, powermate, powertool, rflab, select mode, smartsensor, smarttel and total endurance are trademarks of microchip technology incor porated in the u.s.a. and other countries. sqtp is a service mark of mi crochip technology incorporated in the u.s.a. all other trademarks mentioned herein are property of their respective companies. ? 2004, microchip technology incorporated, printed in the u.s.a., all rights reserved. printed on recycled paper. note the following details of the code protection feature on microchip devices:  microchip products meet the specification cont ained in their particular microchip data sheet.  microchip believes that its family of products is one of the most secure families of its kind on the market today, when used i n the intended manner and under normal conditions.  there are dishonest and possibly illegal methods used to breach the code protection feature. all of these methods, to our knowledge, require using the microchip produc ts in a manner outside the operating specif ications contained in microchip?s data sheets. most likely, the person doing so is engaged in theft of intellectual property.  microchip is willing to work with the customer who is concerned about the integrity of their code.  neither microchip nor any other semiconduc tor manufacturer can guarantee the security of their code. code protection does not mean that we are guaranteeing the product as ?unbreakable.? code protection is constantly evolving. we at microchip are co mmitted to continuously improvin g the code protection features of our products. attempts to break microchip?s code protection feature may be a violation of the digital millennium copyright act. if such acts allow unauthorized access to your software or other copyrighted work, you may have a right to sue for relief under that act. microchip received iso/ts-16949:2002 quality system certification for its worldwide headquarters, design and wafer fabrication facilities in chandler and tempe, arizona and mountain view, california in october 2003. the company?s quality system processes and procedures are for its picmicro ? 8-bit mcus, k ee l oq ? code hopping devices, serial eeproms, microperipherals, nonvolatile memory and analog products. in addition, microchip?s quality system for the design and manufacture of development systems is iso 9001:2000 certified.
ds00929a-page 22 ? 2004 microchip technology inc. americas corporate office 2355 west chandler blvd. chandler, az 85224-6199 tel: 480-792-7200 fax: 480-792-7277 technical support: 480-792-7627 web address: http://www.microchip.com atlanta 3780 mansell road, suite 130 alpharetta, ga 30022 tel: 770-640-0034 fax: 770-640-0307 boston 2 lan drive, suite 120 westford, ma 01886 tel: 978-692-3848 fax: 978-692-3821 chicago 333 pierce road, suite 180 itasca, il 60143 tel: 630-285-0071 fax: 630-285-0075 dallas 4570 westgrove drive, suite 160 addison, tx 75001 tel: 972-818-7423 fax: 972-818-2924 detroit tri-atria office building 32255 northwestern highway, suite 190 farmington hills, mi 48334 tel: 248-538-2250 fax: 248-538-2260 kokomo 2767 s. albright road kokomo, in 46902 tel: 765-864-8360 fax: 765-864-8387 los angeles 18201 von karman, suite 1090 irvine, ca 92612 tel: 949-263-1888 fax: 949-263-1338 san jose 1300 terra bella avenue mountain view, ca 94043 tel: 650-215-1444 fax: 650-961-0286 toronto 6285 northam drive, suite 108 mississauga, ontario l4v 1x5, canada tel: 905-673-0699 fax: 905-673-6509 asia/pacific australia suite 22, 41 rawson street epping 2121, nsw australia tel: 61-2-9868-6733 fax: 61-2-9868-6755 china - beijing unit 706b wan tai bei hai bldg. no. 6 chaoyangmen bei str. beijing, 100027, china tel: 86-10-85282100 fax: 86-10-85282104 china - chengdu rm. 2401-2402, 24th floor, ming xing financial tower no. 88 tidu street chengdu 610016, china tel: 86-28-86766200 fax: 86-28-86766599 china - fuzhou unit 28f, world trade plaza no. 71 wusi road fuzhou 350001, china tel: 86-591-7503506 fax: 86-591-7503521 china - hong kong sar unit 901-6, tower 2, metroplaza 223 hing fong road kwai fong, n.t., hong kong tel: 852-2401-1200 fax: 852-2401-3431 china - shanghai room 701, bldg. b far east international plaza no. 317 xian xia road shanghai, 200051 tel: 86-21-6275-5700 fax: 86-21-6275-5060 china - shenzhen rm. 1812, 18/f, building a, united plaza no. 5022 binhe road, futian district shenzhen 518033, china tel: 86-755-82901380 fax: 86-755-8295-1393 china - shunde room 401, hongjian building, no. 2 fengxiangnan road, ronggui town, shunde district, foshan city, guangdong 528303, china tel: 86-757-28395507 fax: 86-757-28395571 china - qingdao rm. b505a, fullhope plaza, no. 12 hong kong central rd. qingdao 266071, china tel: 86-532-5027355 fax: 86-532-5027205 india divyasree chambers 1 floor, wing a (a3/a4) no. 11, o?shaugnessey road bangalore, 560 025, india tel: 91-80-22290061 fax: 91-80-22290062 japan benex s-1 6f 3-18-20, shinyokohama kohoku-ku, yokohama-shi kanagawa, 222-0033, japan tel: 81-45-471- 6166 fax: 81-45-471-6122 korea 168-1, youngbo bldg. 3 floor samsung-dong, kangnam-ku seoul, korea 135-882 tel: 82-2-554-7200 fax: 82-2-558-5932 or 82-2-558-5934 singapore 200 middle road #07-02 prime centre singapore, 188980 tel: 65-6334-8870 fax: 65-6334-8850 taiwan kaohsiung branch 30f - 1 no. 8 min chuan 2nd road kaohsiung 806, taiwan tel: 886-7-536-4818 fax: 886-7-536-4803 taiwan taiwan branch 11f-3, no. 207 tung hua north road taipei, 105, taiwan tel: 886-2-2717-7175 fax: 886-2-2545-0139 europe austria durisolstrasse 2 a-4600 wels austria tel: 43-7242-2244-399 fax: 43-7242-2244-393 denmark regus business centre lautrup hoj 1-3 ballerup dk-2750 denmark tel: 45-4420-9895 fax: 45-4420-9910 france parc d?activite du moulin de massy 43 rue du saule trapu batiment a - ler etage 91300 massy, france tel: 33-1-69-53-63-20 fax: 33-1-69-30-90-79 germany steinheilstrasse 10 d-85737 ismaning, germany tel: 49-89-627-144-0 fax: 49-89-627-144-44 italy via quasimodo, 12 20025 legnano (mi) milan, italy tel: 39-0331-742611 fax: 39-0331-466781 netherlands p. a. de biesbosch 14 nl-5152 sc drunen, netherlands tel: 31-416-690399 fax: 31-416-690340 united kingdom 505 eskdale road winnersh triangle wokingham berkshire, england rg41 5tu tel: 44-118-921-5869 fax: 44-118-921-5820 02/17/04 w orldwide s ales and s ervice


▲Up To Search▲   

 
Price & Availability of AN929

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X